home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spice.dir / 00002_Script_2 < prev   
Text File  |  1997-12-04  |  404b  |  13 lines

  1. on exitFrame
  2.   if not the quickTimePresent then 
  3.     alert "The SpiceWorld CD-ROM requires Quicktimeô." & return &¨
  4.  "Please refer to your computer manuals for more information."
  5.     quit
  6.   else
  7.     if the platform contains "macintosh" then 
  8.       go to movie (the pathName & "elements:spiceone.dir")
  9.     else
  10.       go to movie (the pathName & "elements/spiceone.dir")
  11.     end if
  12.   end if
  13. end